Click or drag to resize

ServicePerformReminderAction Method (ItemId, ReminderActionType, DateTime)

Performs the reminder action.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PerformReminderActionResponse PerformReminderAction(
	ItemId ItemId,
	ReminderActionType type,
	DateTime newReminderTime
)

Parameters

ItemId
Type: Independentsoft.ExchangeItemId
The item identifier.
type
Type: Independentsoft.ExchangeReminderActionType
The type.
newReminderTime
Type: SystemDateTime
The new reminder time.

Return Value

Type: PerformReminderActionResponse
PerformReminderActionResponse.
See Also